home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2001 Haziran
/
CHIP Haziran2001.iso
/
prog
/
share
/
30
/
_SETUP.1
/
Snipper.exe
/
0
/
RCDATA
/
TFORM1
/
TFORM1.txt
Wrap
Text File
|
2001-03-09
|
5KB
|
136 lines
object Form1: TForm1
Left = 157
Top = 112
Width = 625
Height = 425
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 24
Top = 24
Width = 65
Height = 17
Hint = 'This is the hint for this button.'
Caption = 'Button1'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object Edit1: TEdit
Tag = 1
Left = 80
Top = 80
Width = 121
Height = 21
Hint = 'Edit 1'
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'Edit1'
end
object Edit2: TEdit
Tag = 2
Left = 80
Top = 120
Width = 121
Height = 21
Hint = 'Edit 2'
ParentShowHint = False
ShowHint = True
TabOrder = 2
Text = 'Edit2'
end
object Memo1: TMemo
Left = 256
Top = 16
Width = 337
Height = 361
Lines.Strings = (
'Memo1')
TabOrder = 3
end
object ListBox1: TListBox
Left = 72
Top = 176
Width = 121
Height = 89
ItemHeight = 13
Items.Strings = (
'1=This is a test.This is a test.This is a test.This is a test.Th' +
'is is a test.This is a test.This is a test.This is a test.This i' +
's a test.This is a test.This is a test.This is a test.This is a ' +
'test.This is a test.This is a test.This is a test.This is a test' +
'.This is a test.This is a test.This is a test.This is a test.Thi' +
's is a test.This is a test.This is a test.This is a test.This is' +
' a test.This is a test.This is a test.This is a test.This is a t' +
'est.This is a test.This is a test.This is a test.This is a test.' +
'This is a test.This is a test.This is a test.This is a test.This' +
' is a test.This is a test.This is a test.This is a test.This is ' +
'a test.This is a test.This is a test.This is a test.This is a te' +
'st.This is a test.This is a test.This is a test.This is a test.T' +
'his is a test.This is a test.This is a test.This is a test.This ' +
'is a test.This is a test.This is a test.This is a test.This is a' +
' test.This is a test.This is a test.This is a test.This is a tes' +
't.This is a test.This is a test.This is a test.This is a test.Th'
'is is a test.This is a test.This is a test.This is a test.This i' +
's a test.This is a test.This is a test.This is a test.This is a ' +
'test.This is a test.This is a test.This is a test.This is a test' +
'.This is a test.This is a test.This is a test.This is a test.Thi' +
's is a test.This is a test.This is a test.This is a test.This is' +
' a test.This is a test.This is a test.This is a test.This is a t' +
'est.This is a test.This is a test.This is a test.This is a test.' +
'This is a test.This is a test.This is a test.This is a test.This' +
' is a test.This is a test.This is a test.This is a test.This is ' +
'a test.This is a test.This is a test.This is a test.This is a te' +
'st.This is a test.This is a test.This is a test.This is a test.T' +
'his is a test.This is a test.This is a test.This is a test.This ' +
'is a test.This is a test.This is a test.This is a test.This is a' +
' test.This is a test.This is a test.This is a test.This is a tes' +
't.This is a test.This is a test.This is a test.This is a test.Th' +
'is is a test.This is a test.This is a test.This is a test.This i'
's a test.This is a test.This is a test.This is a test.This is a ' +
'test.This is a test.This is a test.This is a test.This is a test' +
'.This is a test.This is a test.This is a test.This is a test.Thi' +
's is a test.This is a test.This is a test.This is a test.This is' +
' a test.This is a test.This is a test.This is a test.This is a t' +
'est.This is a test.This is a test.This is a test.This is a test.' +
'This is a test.This is a test.This is a test.This is a test.This' +
' is a test.This is a test.This is a test.This is a test.This is ' +
'a test.This is a test.This is a test.This is a test.This is a te' +
'st.This is a test.This is a test.This is a test.This is a test.T' +
'his is a test.This is a test.This is a test.This is a test.This ' +
'is a test.This is a test.This is a test.This is a test.This is a' +
' test.This is a test.This is a test.This is a test.This is a tes' +
't.This is a test.This is a test.This is a test.This is a test.Th' +
'is is a test.This is a test.This is a test.This is a test.This i' +
's a test.This is a test.This is a test.This is a test.This is a '
'test.This is a test.This is a test.This is a test.This is a test' +
'.This is a test.This is a test.This is a test.This is a test.Thi' +
's is a test.This is a test.This is a test.'
'2=This is another test.'
'3=This is yet another test.')
TabOrder = 4
end
object Edit3: TEdit
Left = 80
Top = 56
Width = 121
Height = 21
TabOrder = 5
Text = 'Edit3'
end
end